Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.0.1
->==4.2.1
Release Notes
magmax/python-readchar (readchar)
v4.2.1
Compare Source
Fixes:
Full Changelog: magmax/python-readchar@v4.2.0...v4.2.1
v4.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: magmax/python-readchar@v4.1.0...v4.2.0
v4.1.0
Compare Source
What's Changed
setup.cfg
topyproject.toml
by @Cube707 in https://github.com/magmax/python-readchar/pull/118Full Changelog: magmax/python-readchar@v4.0.6...v4.1.0
v4.0.6
Compare Source
changed
key.py
(#113)fixed
added
removed
0277fed
)v4.0.5
Compare Source
added
v4.0.4
Compare Source
fixed
removed
added
py.typed
file to support mypy type-stubsv4.0.3
Compare Source
removed
wheel
is no longer a install-requirement, only a build requiremnt (if user wants wheel support, he can install it, but we shouldn't force it)tests_require
fromsetup.cfg
, it's not used anywaychanged
requirements.txt
now containes the editable-self-install. one less setp is reuqired for setup.added
mdformat
as pre-commit hookv4.0.2
Compare Source
added
config
class. This static class hold constants that can be changed by the user to change the libarys behavior. Use the class-attributes directly, you don't need to create instances of it!currently it only holds
INTERRUPT_KEYS
, a list of keys that will result in anKeyboardInterrupt
beeing raised.editorconfig
changed
v4.0.1
Compare Source
added
key.DELETE
as an alias forkey.SUPR
v4.0.0
Compare Source
Breaking changes
readkey()
function now raises aKeyboardInterupt
whenCTRL+C
is pressed. (butreadchar()
can still be used to capture it). This is more inline with the python philosophy (IMHO) and prevents developers from accidentally trapping their users with no option to stop the programm.ESCAPE_SEQUENCES
variable, it's no longer usedfixes
__all__
should return a list of stringsadded
SHIFT+TAB
support on Linuxremoved
changed
v3.1.0
Compare Source
v3.0.6
Compare Source
v3.0.5
Compare Source
~Fix Windows problem with backspace and arrows codes.~
Attention: this has been reverted!
v3.0.4
Compare Source
rollback to use
setraw
instead ofsetcbreak
.v3.0.3
Compare Source
New upload credentials
v3.0.2
Compare Source
Fixes:
v3.0.1
New try...
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.